type runtime.stackt
10 uses
runtime (current package)
defs_linux_amd64.go#L233: type stackt struct {
defs_linux_amd64.go#L249: uc_stack stackt
os_linux.go#L414: func sigaltstack(new, old *stackt)
os_linux.go#L508: func setSignalstackSP(s *stackt, sp uintptr) {
signal_unix.go#L561: var st stackt
signal_unix.go#L580: st := stackt{ss_size: mp.g0.stack.hi - mp.g0.stack.lo}
signal_unix.go#L1321: var st stackt
signal_unix.go#L1356: st := stackt{ss_flags: _SS_DISABLE}
signal_unix.go#L1409: func setGsignalStack(st *stackt, old *gsignalStack) {
signal_unix.go#L1441: st := stackt{ss_size: s.hi - s.lo}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |